STU 3 Candidate

This page is part of the FHIR Specification (v1.4.0: STU 3 Ballot 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Specimen-example-qicore.ttl

Raw Turtle, JSON-LD

Example of QICore Specimen

@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/sct/> .
@prefix xs: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir//Specimen/specimen-example-qicore> a fhir:Specimen;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "specimen-example-qicore"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ]
  ];
  fhir:Specimen.type [
     a sct:122555007;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a sct:122555007;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
       fhir:Coding.code [ fhir:value "122555007" ];
       fhir:Coding.display [ fhir:value "Venous blood specimen" ]     ]
  ];
  fhir:Specimen.subjectReference [
     fhir:reference <http://hl7.org/fhir/Patient/example>;
     fhir:Reference.reference [ fhir:value "Patient/example" ];
     fhir:Reference.display [ fhir:value "Peter Patient" ]
  ];
  fhir:Specimen.receivedTime [ fhir:value "2011-03-04T07:03:00Z"^^xs:dateTime];
  fhir:Specimen.collection [
     fhir:Element.extension [
       fhir:index 0;
       fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/specimen-collectionPriority" ];
       fhir:Extension.valueCodeableConcept [
         fhir:CodeableConcept.coding [
           fhir:index 0;
           fhir:Coding.system [ fhir:value "http://example.com" ];
           fhir:Coding.code [ fhir:value "5" ];
           fhir:Coding.display [ fhir:value "ROUTINE" ]         ]       ]     ];
     fhir:Element.extension [
       fhir:index 1;
       fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/specimen-specialHandling" ];
       fhir:Extension.valueCodeableConcept [
         fhir:CodeableConcept.coding [
           fhir:index 0;
           fhir:Coding.system [ fhir:value "http://hl7.org/fhir/v3/ActCode" ];
           fhir:Coding.code [ fhir:value "NOPERSISTP" ];
           fhir:Coding.display [ fhir:value "no collection beyond purpose of use" ]         ]       ]     ];
     fhir:Specimen.collection.collectedDateTime [ fhir:value "2011-03-06T06:15:00Z"^^xs:dateTime ];
     fhir:Specimen.collection.quantity [
       fhir:Element.extension [
         fhir:index 0;
         fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/specimen-isDryWeight" ];
         fhir:Extension.valueBoolean [ fhir:value "false"^^xs:boolean ]       ];
       fhir:Quantity.value [ fhir:value "6"^^xs:decimal ];
       fhir:Quantity.unit [ fhir:value "mL" ]     ]
  ];
  fhir:Specimen.treatment [
     fhir:index 0;
     fhir:Element.extension [
       fhir:index 0;
       fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/specimen-treatmentTime" ];
       fhir:Extension.valuePeriod [
         fhir:Period.start [ fhir:value "2011-03-04T07:03:00Z"^^xs:dateTime ];
         fhir:Period.end [ fhir:value "2011-03-04T07:03:00Z"^^xs:dateTime ]       ]     ];
     fhir:Specimen.treatment.description [ fhir:value "Treated with anticoagulants." ];
     fhir:Specimen.treatment.additive [
       fhir:index 0;
       fhir:reference <http://hl7.org/fhir/Substance/example>;
       fhir:Reference.reference [ fhir:value "Substance/example" ]     ]
  ];
  fhir:Specimen.container [
     fhir:index 0;
     fhir:Element.extension [
       fhir:index 0;
       fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/specimen-sequenceNumber" ];
       fhir:Extension.valueInteger [ fhir:value "1"^^xs:int ]     ];
     fhir:Specimen.container.type [
       a sct:434746001;
       fhir:CodeableConcept.coding [
         fhir:index 0;
         a sct:434746001;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
         fhir:Coding.code [ fhir:value "434746001" ];
         fhir:Coding.display [ fhir:value "Specimen vial" ]       ]     ];
     fhir:Specimen.container.capacity [
       fhir:Quantity.value [ fhir:value "10"^^xs:decimal ];
       fhir:Quantity.unit [ fhir:value "mL" ]     ]
  ].

# -------------------------------------------------------------------------------------


Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.